-- card: 5038 from stack: in -- bmap block id: 8705 -- flags: 4000 -- background id: 32253 -- name: startShow ----- HyperTalk script ----- on openCard unlock screen play "harpsichord" tempo 220 b3Q3 g a b d4 c c e d d g f# g d b3 g a b c4 d e d c b3 a b g f# g a d f# a c4 b3 a b g a b d4 c c e d d g f# g d b3 g a3 b e d4 c b3 a g d g f# gw set cursor to none set the hilite of card button 12 to true show card button 12 show card field 9 wait 1 seconds show card field 10 show card field 5 wait 1 seconds show card field 6 wait 3 seconds show card field 7 wait 1 seconds show card field 11 show card button 13 wait 4 seconds lock screen hide card field 11 hide card field 7 hide card field 6 hide card field 5 hide card field 10 hide card field 9 hide card field 4 hide card button 12 hide card button 13 hide card field 6 hide card field 8 unlock screen set cursor to hand end openCard on closeCard play "harpsichord" tempo 230 c4H a#3E a# d#4q a#3E a# d#4q cH end closeCard -- part 4 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=301 top=158 right=172 bottom=314 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 256 -- line height: 12 -- part name: delay -- part 37 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=134 right=154 bottom=230 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 527 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Click here for word or card # search ----- HyperTalk script ----- on mouseUp global findit ask "Find which word or card number?" with findit if it is empty then exit mouseup put it into findit lock screen put "find" && quote & findit & quote hide msg set the cursor to busy type return unlock screen end mouseUp -- part 7 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=118 top=156 right=172 bottom=228 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: sliderField -- part 27 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=123 top=155 right=174 bottom=135 -- title width / last selected line: 0 -- icon id / first selected line: 6109 / 6109 -- text alignment: 1 -- font id: 204 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: speed ----- HyperTalk script ----- on mouseDown global delay play "click" repeat until the mouse is up put (item 4 of the rect of card field id 7) - (item 2 of the rect of card field id 7) into A put round((A/2) + (item 2 of the rect of card field id 7)) into temp2 -- horizontal center put (item 1 of the mouseloc) - (item 1 of the rect of card field id 7) into B if B < 1 then put 1 into B put ((item 3 of the rect of card field id 7) - (item 1 of the rect of card field id 7))/10 into C put B/C into D if D >7 then put 7 into D put round(D) into E put round(E*C) + (item 1 of the rect of card field id 7) into temp1 show me at temp1,temp2 put 1+E into card field "delay" put 1+E into delay end repeat play "click" pass mouseDown end mouseDown -- part 14 (field) -- low flags: 01 -- high flags: 2000 -- rect: left=16 top=175 right=316 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 12 -- part name: instruct -- part 8 (button) -- low flags: 00 -- high flags: A002 -- rect: left=229 top=134 right=154 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 2 -- text size: 14 -- style flags: 256 -- line height: 16 -- part name: GO TO THE ORDER FORM ----- HyperTalk script ----- on mouseUp push card play "click" visual effect iris open go to card order end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=412 top=217 right=237 bottom=440 -- title width / last selected line: 0 -- icon id / first selected line: 4004 / 4004 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: On/Off ----- HyperTalk script ----- on mouseUp global playsounds if icon of me is 4004 then wait 3 set icon of me to 4005 play "Click" wait 5 set icon of me to 4006 play "Click" put "F" into playsounds else wait 3 set icon of me to 4005 play "Click" wait 5 set icon of me to 4004 play "Click" put "T" into playsounds end if end mouseUp -- part 48 (field) -- low flags: 81 -- high flags: 0001 -- rect: left=0 top=0 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=448 top=154 right=173 bottom=495 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: startShow ----- HyperTalk script ----- on mouseUp global playsounds, delay play stop set cursor to none get card field id 4 put it into delay play "Click" push card visual effect iris open go to next card pass mouseUp end mouseUp -- part 28 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=314 top=316 right=342 bottom=355 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseDown play "click" set the hilite of me to true end mouseDown on mouseUp play "click" set the hilite of me to false go to first card end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=353 top=316 right=342 bottom=394 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Pause ----- HyperTalk script ----- on mouseDown play "click" end mouseDown on mouseUp play "click" end mouseUp -- part 30 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=393 top=316 right=342 bottom=434 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Auto ----- HyperTalk script ----- on mouseUp global delay play stop set cursor to none get card field id 4 put it into delay set the hilite of me to true play "Click" set the hilite of me to false wait 5 push card visual effect iris open go to next card pass mouseUp end mouseUp -- part 31 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=431 top=316 right=342 bottom=472 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp global delay play stop set cursor to none get card field id 4 put it into delay set the hilite of me to true play "Click" set the hilite of me to false wait 5 push card visual effect iris open go to next card pass mouseUp end mouseUp -- part 33 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=470 top=316 right=342 bottom=511 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start ----- HyperTalk script ----- on mouseDown play stop play "click" set the hilite of me to true end mouseDown on mouseUp unlock screen play "harpsichord" tempo 220 b3Q3 g a b d4 c c e d d g f# g d b3 g a b c4 d e d c b3 a b g f# g a d f# a c4 b3 a b g a b d4 c c e d d g f# g d b3 g a3 b e d4 c b3 a g d g f# gw set cursor to none set the hilite of card button 12 to true show card button 12 show card field 9 wait 1 seconds show card field 10 show card field 5 wait 1 seconds show card field 6 wait 3 seconds show card field 7 wait 1 seconds show card field 11 show card button 13 wait 4 seconds lock screen hide card field 11 hide card field 7 hide card field 6 hide card field 5 hide card field 10 hide card field 9 hide card field 4 hide card button 12 hide card button 13 hide card field 6 hide card field 8 unlock screen set cursor to hand end mouseUp -- part 36 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=274 top=316 right=342 bottom=315 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp play "click" answer "Quit to Home or Finder?" with "Cancel" or "Home" or "Finder" if it = "Cancel" then exit mouseUp end if if it = "Home" then visual effect iris open domenu home else show menubar doMenu "Quit HyperCard" end if end mouseUp -- part 47 (button) -- low flags: 80 -- high flags: 4001 -- rect: left=0 top=0 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 41 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=338 top=89 right=106 bottom=356 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 4096 -- line height: 13 -- part name: -- part 42 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=0 top=157 right=237 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 4352 -- line height: 24 -- part name: -- part 43 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=0 top=269 right=291 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 4096 -- line height: 16 -- part name: -- part 46 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=184 top=267 right=313 bottom=312 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 39 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=0 top=34 right=64 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 20 -- style flags: 4864 -- line height: 26 -- part name: -- part 40 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=0 top=69 right=144 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 20 -- text size: 48 -- style flags: 14592 -- line height: 64 -- part name: -- part 44 (field) -- low flags: 81 -- high flags: 0000 -- rect: left=0 top=290 right=328 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 20 -- text size: 24 -- style flags: 4096 -- line height: 32 -- part name: -- part 45 (button) -- low flags: 80 -- high flags: 4000 -- rect: left=87 top=291 right=320 bottom=122 -- title width / last selected line: 0 -- icon id / first selected line: 100 / 100 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button -- part 49 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=194 top=315 right=342 bottom=235 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseDown play "click" show card field id 50 show card button id 51 end mouseDown -- part 50 (field) -- low flags: 81 -- high flags: 2007 -- rect: left=15 top=12 right=315 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: -- part 51 (button) -- low flags: 80 -- high flags: 0000 -- rect: left=15 top=12 right=315 bottom=481 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp hide card field id 50 hide card button id 51 set the scroll of card field id 50 to zero end mouseUp -- part contents for card part 4 ----- text ----- 2 -- part contents for card part 14 ----- text ----- To set the speed that the projector will show the slide show cards, grab the slide bar and slide it to the right or left with the mouse button down. This will set the delay between each card to the time indicated. To start the show, click the "Play" button. If you prefer to view the demonstration without listening to the string quartet, click the sound button to the right. The slide show can be controlled by the buttons at the bottom of each card. Under normal or AUTOmatic operation, the AUTO button will be depressed. To take control, click the PAUSE button and then the PREV or NEXT buttons to move backwards or forwards. Holding the mouse down on the button will cause the program to back up or go forward until the mouse button is released. To return to the AUTOmatic mode, click the AUTO button again. To return to this card, click the START AGAIN button. Click the HOME button to exit this demonstration. -- part contents for card part 39 ----- text ----- …Welcome to a demonstration of… -- part contents for card part 40 ----- text ----- Filevision IV -- part contents for card part 42 ----- text ----- a multilayer integrated imaging object oriented database and drawing program -- part contents for card part 43 ----- text ----- by -- part contents for card part 44 ----- text ----- Marvelin Corporation -- part contents for card part 41 ----- text ----- ® -- part contents for card part 46 ----- text ----- You are already in the help page. -- part contents for card part 50 ----- text ----- Filevision® IV is a multilayer, integrated imaging, combined drawing and database program for the Macintosh®. This newest version of the Filevision product line has been in development for more than two years and promises many new and innovative features to enhance the unique Filevision concept of an object oriented database. The Filevision product line has an installed base of more than 30,000 users with many of the Fortune 500, colleges and universities and government agencies being part of that base. The first release of Business Filevision was voted best software of the year by the American Federation of Information Processing Societies (AFIPS). The product has long been used for Facilities Management, Desktop Mapping, Hazardous Materials Control, Airport Management, GIS, Training Aides, Inventory Control and similar disciplines. Filevision IV has overcome most of the limitations found in earlier versions of the program and promises to provide a wide range of improvements in performing its tasks. SOME OF THE MANY NEW FEATURES ARE: Drawing page enlarged to 30" x 32" - page adjustable, fully windowed, 32 layers, four zoom views, customizable rulers, increased drawing capacities, increased symbol, shade and line palettes, enhanced drawing tool editors, floating tool box, auto scrolling, drag guide lines, cursor tracking, rotated text and text masking. Increased number of fields per database type to 255, up to 32 types, speedier sorting by as much as 1,000%, up to 8,000 characters per field, picture fields to 29" x 30", show/hide field names, block field moves, enhanced set up dialogs, selectable print page function and a powerful integrated import/export text capability. Powerfull reporting functions with a Print Library to store your columnar reports, forms, labels and mail merge form letters. Visual "Highlighting" of both records and their drawing page graphics. Pop-up drawing page legends. Import and export PICT 1 (8 color discrete object) PICT 2 (256 color single object) Encapsulated PostScript and MacPaint graphics direct from/to file. Foreground and background color and large monitor support. True background processing. Maximum file size increased to 16 megabytes. Hierarchical text menu with added styles, sizes and functions. Font handling increased to 256 font families. All dialog field selections converted to pop-up menus. Overlapping or side by side window display. The program comes packaged with four 800K program and example diskettes, a 402 page User Guide, Quick Reference Chart and a 154 page on-line context sensitive help file (illustrated). Free user support is also offered with the return of registration information.           SUGGESTED RETAIL PRICE:$495.00           U.S. Map Templates for Filevision IV$ 99.00    (CLICK ON THE "GO TO THE ORDER FORM" BUTTON FOR AUTOMATIC ORDERING INFO)